﻿@charset "utf-8";

/* CSS Document */

A {
	COLOR: inherit;
	TEXT-DECORATION: none;
	transition: all 0.4s;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
}

DIV {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

UL {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

LI {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

P {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: justify;
	transition: all 0.4s;
}

FORM {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

EM {
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
}

TABLE {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	BORDER-COLLAPSE: collapse;
}

DT {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

DL {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

DD {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

FORM {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

TR {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

.cl {
	HEIGHT: 0px;
	CLEAR: both;
}

.fl {
	FLOAT: left
}

.fr {
	FLOAT: right
}

.c {
	*zoom: 1;
}

.c:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}
.txt-site{
	color: #3ba6e4;
}
.txt-white {
	color: #fff;
}
.txt-black {
	color: #1a1a1a;
	line-height: 56px;
}
.bg-site{
	background: #3ba6e4;
}


.flexfs2{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.flexfsc{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.flexfsfe{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
}
.flexfssb{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.flexfesb{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.flexfefs{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
}
.flexcc{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: aliceblue;
}
.flexcfs{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.flexcfe{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.flexcsb{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.flexsc{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.flexsfs{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	/*padding: 30px 0;*/
}
.flexsfe{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-end;
}
.flexssb{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.gridc{
	display: grid;
    align-content: center;
}
.bgw{
	background: #fff;
}
input,
button,
textarea {
	outline: none;
	border: none;
	background: none;
	transition: all 0.4s;
	font-family: 'Source Han Sans CN', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
	font-weight: 300;
}

input:-internal-autofill-selected {
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

.pic {
	display: block;
	overflow: hidden;
}
.pic img{
	/*width: 350px;
	width: 100%;
	height: 300px;*/
}
.case .list ul li img{
	/*width: 350px;*/
	width: 100%;
	height: 300px;
}

.nypro .list ul li img{
	/*width: 350px;*/
	width: 100%;
	height: 400px;
}

img {
	display: block;
	width: auto;
	max-width: 100%;
	transition: all 0.4s;
}

svg,path,span,p,em,i,dd,li,dl,a {
	transition: all 0.4s;
}

* {
	box-sizing: border-box;
	font-style: normal;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
}
h1,h2{
	font-weight: bold;
	transition: all 0.4s;
}
h4,h5,h6,dt,strong,b {
	transition: all 0.4s;
	font-weight: 300;
}
h3{
	transition: all 0.4s;
	font-weight: 400;
}
BODY {
	width: 100%;
	overflow-x: hidden !important;
	color: #666;
	font-family: 'Source Han Sans CN', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
	font-size: 16px;
	font-weight: 300;
}


/*字体定义*/


/*浏览器滚动条 begin*/

 ::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

 ::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ccc;
}

 ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #f0f0f0;
}


/*公共样式*/

.container {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}


/*PC公共头部*/

.pcheader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
	transition: all 0.4s;
	padding: 0 50px;
}
.pcheader .pclogo img{
	height: 50px;
}
.pcnav {
	position: relative;
}
.pcnav .nav li{
	padding: 0 30px;
}
.pcnav .nav li>a {
	display: flex;
	align-items: center;
	height: 100px;
	position: relative;
	z-index: 0;
}
.pcnav .nav li>a:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 28px;
	width: 0;
	height: 2px;
	z-index: 0;
	background: #3ba6e4;
	transition: all 0.4s;
}
.pcnav .nav li>a h3{
	font-size: 16px;
	color: #1a1a1a;
	font-weight: 400;
}
.pcnav .nav li>a i {
	font-size: 12px;
	color: #333;
	margin-left: 8px;
}

.pcnav .nav li:hover>a i ,.pcnav .nav li.on>a i{
    transform: rotate(180deg);
    color: #188c49;
}

.pcnav .nav li:hover>a:before,
.pcnav .nav li.on>a:before {
	width: 100%;
	left: 0;
}

.pcnav .nav li:hover>a h3,
.pcnav .nav li.on>a h3{
	color: #1d8dcd;
}


.pcnav .subnav {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	background: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
	border-top: 1px solid #1d8dcd;
	display: none;
}

.pcnav .subnav .content{
	padding: 40px;
}
.pcnav .subnav .content .left{
	width: calc((100% - 60px) / 2);
}
.pcnav .subnav .content .left .title h3{
	font-size: 28px;
	line-height: 1;
	margin-bottom: 15px;
}
.pcnav .subnav .content .left .title p{
	line-height: 25px;
	font-size: 15px;
	padding-bottom: 10px;
}
.pcnav .subnav .content .left .list a{
	width: calc((100% - 10px) / 2);
	border: 1px solid #dbdbdb;
	line-height: 45px;
	font-size: 15px;
	margin-top: 10px;
}
.pcnav .subnav .content .left .list a:before{
	background: #188c49;
}
.pcnav .subnav .content .left .list a:hover{
	border-color: #188c49;
	color: #fff;
}
.pcnav .subnav .content .right{
	width: calc((100% - 60px) / 2);
	overflow: hidden;
}


.pcsearch{
	transition: all 0.4s;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
}
.pcsearch input{
	display: block;
	color: #333;
	line-height: 20px;
	font-size: 14px;
}
.pcsearch .search{
	color: #01a1e9;
	cursor: pointer;
}
@media only screen and (min-width: 1441px) {
	.pcheader.scrollTop .pclogo img{
		height: 40px;
	}
	.pcheader.scrollTop .pcnav .nav li>a{
		height: 80px;
	}
	.pcheader.scrollTop .pcnav .nav li>a:before{
		bottom: 20px;
	}
}

/*移动端头部*/
.mobheader{
	display: none;
	width: 100%;
	height: 70px;
	padding: 0 16px;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
}
.mobheader .moblogo {
	width: 120px;
}
.mobheader .mobsearch{
	width: 240px;
}
.mobheader .mobsearch input{
	width: 220px;
	line-height: 20px;
}
.mobheader .mobmenu dl {
	transform: rotateY(180deg);
	margin-right: 10px;
	width: 30px;
}
.mobheader .mobmenu dl dd {
	width: 0;
	height: 2px;
	background: #188c49;
}
.mobheader .mobmenu dl dd:first-child {
	animation: sjnav 2.4s linear infinite;
}
.mobheader .mobmenu dl dd:nth-child(2) {
	margin: 6px 0;
	width: 20px;
}
.mobheader .mobmenu dl dd:last-child {
	animation: sjnav 2.4s linear infinite;
	animation-delay: 0.4s;
}
.mobheader .mobmenu h3{
	font-size: 16px;
}
.mobmask{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	background: rgba(7,16,26,0.8);
	transition: all 0.5s;
	visibility: hidden;
	opacity: 0;
	transition-delay: 0.2s;
}
.mobmask.active{
	opacity: 1;
	visibility: visible;
}
.mobnav{
	width: 50%;
	height: 100vh;
	background: #FFFFFF;
	position: fixed;
	z-index: -1;
	top: 0;
	left: -50%;
	overflow-y: auto;
	opacity: 0;
	transition: all 0.3s;
}
.mobnav.active{
	transition-delay: 0.3s;
	opacity: 1;
	left: 0;
	z-index: 99999;
}
.mobnav .top{
	height: 70px;
	padding: 0 16px;
	position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.06);
}
.mobnav .top .logo {
	width: 120px;
}

.mobnav .top .mobnavclose {
	width: 30px;
	height: 30px;
	position: relative;
}
.mobnav .top .mobnavclose:before,
.mobnav .top .mobnavclose:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #1a1a1a;
	border-radius: 1px;
}
.mobnav .top .mobnavclose:before{
	width: 20px;
	height: 2px;
	transform: translate(-50%,-50%) rotate(45deg);
}
.mobnav .top .mobnavclose:after{
	width: 2px;
	height: 20px;
	transform: translate(-50%,-50%) rotate(225deg);
}

.mobnav .middle{
	padding: 30px 16px 0;
}
.mobnav .middle form input{
	display: block;
	width: calc(100% - 42px);
	height: 42px;
	background: #f5f5f5;
	padding: 0 16px;
}
.mobnav .middle form button{
	width: 42px;
	height: 42px;
}

.mobnav .bottom {
	padding: 10px 16px;
}
.mobnav .bottom .nav li {
	padding: 12px 0;
	border-bottom: 1px solid #dbdbdb;
}
.mobnav .bottom .nav li h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mobnav .bottom .nav li h3 a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #1a1a1a;
}
.mobnav .bottom .nav li h3 i {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 32px;
	color: #333;
	text-align: center;
	font-size: 12px;
}
.mobnav .bottom .nav li .m-subnav {
	padding: 12px 0 8px;
	display: none;
}
.mobnav .bottom .nav li .m-subnav p{
	line-height: 24px;
}
.mobnav .bottom .nav li .m-subnav .list{
	padding: 4px 0 20px;
}
.mobnav .bottom .nav li .m-subnav .list a{
	width: calc((100% - 10px) / 2);
	background: #f5f5f5;
	line-height: 44px;
	font-size: 14px;
	margin-top: 10px;
}
.mobnav .bottom .nav li .m-subnav .list a:before{
	background: #188c49;
}
.mobnav .bottom .nav li .m-subnav .list a:hover{
	border-color: #188c49;
	color: #fff;
}
.mobnav .bottom .nav li.on h3 a{
	color: #188c49;
}
.mobnav .bottom .nav li.on h3 i {
	transform: rotate(90deg);
	color: #188c49;
}

.mobinfo{
	padding:  20px 16px 40px;
}
.mobinfo h3{
	font-size: 22px;
	margin-bottom: 20px;
}
.mobinfo dl dd{
	margin-top: 10px;
}
.mobinfo dl dd:last-child{
	margin-top: 15px;
}
.mobinfo dl dd span{
	font-size: 14px;
	color: #808080;
	line-height: 1;
	margin-right: 10px;
}
.mobinfo dl dd a{
	font-size: 20px;
	line-height: 1;
	padding-bottom: 5px;
	font-family: din;
	font-weight: 400;
}
.mobinfo dl dd p{
	line-height: 1;
}

/*公共底部*/
.foot{
	background:#191717;
	padding: 70px 0;
}
.foot .top .title{
	font-size: 28px;
	line-height: 1;
}
.foot .top .nav a{
	padding:0 35px;
	line-height: 1;
	color: #b2b2b2;
	position: relative;
}
.foot .top .nav a:first-child{
	padding-left: 0;
}
.foot .top .nav a:first-child:before{
	display: none;
}
.foot .top .nav a:last-child{
	padding-right: 0;
}
.foot .top .nav a:before{
	content: "";
	width: 1px;
	height: 10px;
	background: #333333;
	position: absolute;
	left: 0;
	top: 3px;
}
.foot .nav a:hover{
	color: #188c49;
}
.foot .line{
	height: 1px;
	margin: 50px 0;
	background: #292626;
}
.foot .bottom .left dl{
	margin-left: 20px;
	display: grid;
    align-content: space-between;
}
.foot .bottom .left dl dt{
	font-size: 24px;
	line-height: 1.8;
}
.foot .bottom .left dl dd{
	font-size: 15px;
	color: #b2b2b2;
	line-height: 2;
}
.foot .bottom .right li:nth-child(2){
	margin: 0 80px;
}
.foot .bottom .right li .tb{
	width: 46px;
	height: 46px;
	margin-right: 16px;
	background: #282525;
	transition: all 0.4s;
}
.foot .bottom .right li .tb i{
	color: aliceblue;
}
.foot .bottom .right li .txt{
	padding: 1px 0;
	display: grid;
    align-content: space-between;
}
.foot .bottom .right li .txt span{
	display: block;
	font-size: 15px;
	line-height: 1;
}
.foot .bottom .right li .txt a{
	display: block;
	font-size: 18px;
	line-height: 1;
	color: #b2b2b2;
	font-family: din;
}
.foot .bottom .right li .txt p{
	font-size: 15px;
	line-height: 1;
	color: #b2b2b2;
}
.foot .bottom .right li:hover .tb{
	background: #1d8dcd;
}
.foot .bottom .right li .txt a:hover{
	color: #1d8dcd;
}
/*版权说明*/
.copy {
	background: #1d8dcd;
	padding: 40px 0;
	font-size: 14px;
	line-height: 1;
}
.copy .left span{
	padding: 0 16px;
}

/*侧边栏*/

.sidebar {
	position: fixed;
	right: -50px;
	bottom: 20%;
	z-index: 999;
	opacity: 0;
	transition: all 0.4s;
}

.sidebar li {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
	background: #1d8dcd;
	cursor: pointer;
	position: relative;
}

.sidebar li .info {
	background: #1d8dcd;
	position: absolute;
	right: 40px;
	top: 0;
	display: none;
}
.sidebar li .info dl dd a {
	line-height: 1;
	white-space: nowrap;
	color: #fff;
	font-size: 18px;
}
.sidebar li .info > a {
	line-height: 40px;
	white-space: nowrap;
	color: #fff;
	font-family: din;
	font-size: 14px;
	padding: 0 15px;
}
.sidebar.show {
	right: 0;
	opacity: 1;
}
.sidebar li:hover .info {
	display: flex;
}

@media only screen and (max-width: 1600px) {
	BODY {
		font-size: 15px;
	}
	/*PC公共头部*/
	.pcheader{
	    padding:0 40px;
	}
	.pcheader .pclogo img {
	    height: 40px;
	}
	.pcnav .nav li {
	    padding: 0 25px;
	}
	.pcnav .nav li>a {
	    height: 90px;
	}
	.pcnav .nav li>a:before {
    	bottom: 24px;
    }
	.pcnav .subnav .content .left .title h3 {
	    font-size: 24px;
	    margin-bottom: 10px;
	}
	.pcnav .subnav .content .left .title p {
	    line-height: 24px;
	    font-size: 14px;
	}
}

@media only screen and (max-width: 1440px) {
	/*公共样式*/
	BODY {
		font-size: 14px;
	}
	.container {
		max-width: 1220px;
	}
	/*PC公共头部*/
	.pcheader {
	    padding: 0 30px;
	}
	.pcheader .pclogo img {
	    height: 38px;
	}
	.pcnav .nav li {
	    padding: 0 20px;
	}
	.pcnav .nav li>a {
	    height: 80px;
	}
	.pcnav .nav li>a h3 {
	    font-size: 15px;
	}
	.pcnav .nav li>a:before {
    	bottom: 20px;
    }
    .pcnav .subnav .content .left,
    .pcnav .subnav .content .right{
	    width: calc((100% - 40px) / 2);
	}
    
	.pcnav .subnav .content .left .title h3 {
	    font-size: 24px;
	    margin-bottom: 10px;
	}
	.pcnav .subnav .content .left .title p {
	    line-height: 24px;
	    font-size: 14px;
	}
	.pcnav .subnav .content .left .list a {
	    width: calc((100% - 5px) / 2);
	    line-height: 40px;
	    font-size: 14px;
	    margin-top: 5px;
	}
	.pcsearch {
	    padding-bottom: 6px;
	}
	.pcsearch input {
	    width: 130px;
	}
	
	/*公共底部*/
	.foot {
	    padding: 60px 0;
	}
	.foot .top .title {
	    font-size: 24px;
	}
	.foot .line {
	    margin: 40px 0;
	}
	.foot .bottom .left img{
		width: 100px;
		height: auto;
	}
	.foot .bottom .left dl dt {
	    font-size: 20px;
	    line-height: 1.6;
	}
	.foot .bottom .left dl dd {
	    font-size: 14px;
	}
	.foot .bottom .right li:nth-child(2) {
	    margin: 0px 60px;
	}
	.foot .bottom .right li .tb {
	    width: 42px;
	    height: 42px;
	    margin-right: 12px;
	}
	.foot .bottom .right li .txt span,
	.foot .bottom .right li .txt p {
	    font-size: 14px;
	}
	.foot .bottom .right li .txt a {
	    font-size: 17px;
    }
	/*版权说明*/
	.copy {
	    padding: 30px 0;
	}
}

@media only screen and (max-width: 1200px) {
	/*公共样式*/
	.container {
		max-width: 920px;
	}
	/*PC公共头部*/
	.pcheader {
	    padding: 0 10px 0 30px;
	}
	.pcnav .nav li>a {
	    height: 80px;
	}
	.pcnav .nav li>a h3 {
	    font-size: 14px;
	}
	
    .pcnav .subnav .content .left,
    .pcnav .subnav .content .right{
	    width: calc((100% - 40px) / 2);
	}
    
	.pcnav .subnav .content .left .title h3 {
	    font-size: 20px;
	}
	.pcnav .subnav .content .left .title p {
	    line-height: 22px;
	    font-size: 12px;
	}
	.pcnav .subnav .content .left .list a {
	    width: calc((100% - 5px) / 2);
	    line-height: 40px;
	    font-size: 14px;
	    margin-top: 5px;
	}
	.pcsearch {
	    display: none;
	}
	
	/*公共底部*/
	.foot {
	    padding: 50px 0;
	}
	.foot .top .title {
	    font-size: 20px;
	}
	.foot .top .nav a {
	    padding: 0px 20px;
	}
	.foot .line {
	    margin: 30px 0;
	}
	.foot .bottom .left img{
		width: 80px;
	}
	.foot .bottom .left dl {
	    margin-left: 12px;
	}
	.foot .bottom .left dl dt {
	    font-size: 18px;
	    line-height: 1.5;
	}
	.foot .bottom .left dl dd {
	    line-height: 24px;
	}
	.foot .bottom .right li:nth-child(2) {
	    display: none;
	}
	.foot .bottom .right li:last-child{
	   	margin-left: 60px;
	}
}

@media only screen and (max-width: 900px) {
	/*公共样式*/
	.container {
		max-width: 100%;
		padding: 0 20px;
	}
	/*PC公共头部*/
	.pcheader {
		display: none;
	}
	/*手机公共头部*/
	.mobheader {
		display: flex;
	}
	/*公共底部*/
	.foot {
	    padding: 50px 0;
	}
	.foot .top .title {
		width: 100%;
	    font-size: 28px;
	    margin-bottom: 30px;
	    text-align: center;
	}
	.foot .top .nav{
		width: 100%;
	}
	.foot .top .nav a {
	    padding: 0px 20px;
	}
	.foot .line {
	    margin: 30px 0;
	}
	.foot .bottom .left{
		width: 100%;
		justify-content: center;
	}
	.foot .bottom .right{
		padding-top: 30px;
		border-top: 1px solid #292626;
		margin-top: 30px;
		width: 100%;
		justify-content: space-between;
	}
	.foot .bottom .right li:nth-child(2) {
	    display: flex;
	    margin: 0;
	}
	.foot .bottom .right li:last-child{
	   	margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	/*公共样式*/
	.container {
		padding: 0 16px;
	}
	/*手机公共头部*/
	.mobheader {
	    height: 60px;
	}
	.mobheader .moblogo {
	    width: 100px;
	}
	.mobsearch{
		display: none;
	}
	.mobnav {
    	width: 100%;
	}
	
	/*公共底部*/
	.foot {
	    padding: 40px 0;
	}
	.foot .top .title {
	    font-size: 20px;
	    margin-bottom: 24px;
	}
	.foot .top .nav{
		width: 100%;
		justify-content: space-between;
	}
	.foot .top .nav a {
	    padding: 0;
	    text-align: center;
	    width: calc((100% - 4px) / 3);
	    line-height: 42px;
	    margin: 1px 0;
	    background: #100e0e;
	}
	.foot .top .nav a:first-child,
	.foot .top .nav a:before{
		display: none;
	}
	.foot .top .nav a:hover{
		background: #188c49;
		color: #fff;
	}
	.foot .line {
	    margin: 20px 0;
	}
	.foot .bottom .left{
		justify-content: flex-start;
	}
	
	.foot .bottom .left img {
	    width: 75px;
	}
	.foot .bottom .left dl{
		margin-left: 10px;
	}
	.foot .bottom .left dl dt {
	    font-size: 16px;
	    line-height: 1.5;
	}
	.foot .bottom .right{
		padding-top: 20px;
		margin-top: 20px;
		width: 100%;
	}
	.foot .bottom .right li{
		width: 100%;
	}
	.foot .bottom .right li:nth-child(2) {
	    display: flex;
	    margin: 20px 0;
	    padding: 20px 0;
	    border-top:1px solid #292626 ;
	    border-bottom:1px solid #292626 ;
	}
	.foot .bottom .right li:last-child{
	   	margin-left: 0;
	}
	/*版权信息*/
	.copy {
	    padding: 24px 0;
	}
	.copy .left,
	.copy .right{
		width: 100%;
		text-align: center;
	}
	.copy .left span{
		display: block;
		margin: 12px 0;
		
	}
}